home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Aminet
/
util
/
libs
/
chunky_dev.lha
/
chunky_dev
/
Demos
/
_shared
/
waitbutton.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-03-15
|
306 b
|
15 lines
//
// chunky.library demo
// MODULE: waits for the close gadget of the window to be pressed
//
// http://www.irrelevant.org/~oondy/chunky/
// Public Domain. (c) 1999 Rosande Limited, all rights reserved.
//
#ifndef DEMO_WAITBUTTON_H
#define DEMO_WAITBUTTON_H
void DEMO_WaitForCloseGadget(void);
#endif